Configurates
C1.Web.Mvc.ColumnBase.Mask. Sets a mask to be used while editing values in this column.
Syntax
'Declaration
Public Function Mask( _
ByVal As String _
) As TBuilder
public TBuilder Mask(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also